.footerMenuContainer {
	font-size: 11px;
	text-align: left;
}

.footerMenuItem, .footerMenuItemActive {
	color: #5a5a5a;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}

.footerMenuItem {
	text-decoration: none;
}

.footerMenuItemActive, .footerMenuItemActive A {
	text-decoration: none;
	font-weight: normal;
	color: #537d22;
}

.footerMenuItemSpacer {
	color: #5a5a5a;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}


.footerCopyright, .footerCopyright A {
	text-align: center;
	margin-top: 3px;
}